w10 <<
Previous Next >> W11
www web
http://192.168.1.24/content/index.html

server {
listen 80;
# ip 位置(要同區段網域,如192.168.1.xx)
server_name 192.168.1.24;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
# site路徑設定
root site/ ;
index index.html index.htm;
}
w10 <<
Previous Next >> W11